diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/incoterms/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/incoterms/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/incoterms/page.tsx b/app/[lng]/evcp/(evcp)/incoterms/page.tsx index 4da1b4e2..dcfca922 100644 --- a/app/[lng]/evcp/(evcp)/incoterms/page.tsx +++ b/app/[lng]/evcp/(evcp)/incoterms/page.tsx @@ -30,7 +30,7 @@ export default async function IndexPage(props: IndexPageProps) { <div> <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight">인코텀즈 관리</h2> - <InformationButton pageCode="evcp/incoterms" /> + <InformationButton pagePath="evcp/incoterms" /> </div> <p className="text-muted-foreground"> 인코텀즈(Incoterms)를 등록, 수정, 삭제할 수 있습니다. |
